Compiler

Settings for the compiler

Members

Variables

extraFlags
string[] extraFlags;

Additional flags the user wants to add besides those that are in the compile_commands.json.

useCompilerSystemIncludes
SystemCompiler useCompilerSystemIncludes;

Deduce compiler flags from this compiler and not the one in the supplied compilation database. / This is needed when the one specified in the DB has e.g. a c++ stdlib that is not compatible with clang.

Meta